Welcome![Sign In][Sign Up]
Location:
Search - life game

Search list

[Windows DevelopThe_game_of_Life

Description: 一个模拟生活的游戏源码-a life simulation game FOSS
Platform: | Size: 33792 | Author: 刘杰 | Hits:

[Internet-NetworkGameOfLife1_0

Description: Game Of Life 的并行程序 在MPI的下设计的C语言程序:GameOfLife1_0.c 在2D版本,3D正在制做中。-Game Of Life parallel procedures in the design of MPI C Programming Language : GameOfLife1_0.c version of the 2D, 3D which is being produced.
Platform: | Size: 2048 | Author: 爱老婆 | Hits:

[Multimedia DevelopLifegame

Description: 生命游戏置乱算法的MATLAB实现,用于置乱图像-life game Scrambling algorithm in MATLAB for image Scrambling
Platform: | Size: 2048 | Author: gao | Hits:

[Shot GameclientOfHalfLife

Description: 半条命游戏源代码,对于学习游戏编程有很大好处-source code for Half-Life game, learning the game programming to be of considerable benefit
Platform: | Size: 327680 | Author: 郑波 | Hits:

[AI-NN-PRGameOfLife_java

Description: 生命游戏的java源代码。基于元胞自动机的生命游戏,是学习和深入CA方法的很好例子。-life game of java source code. Based on Cellular Automata game of life, and in-depth study of CA good example.
Platform: | Size: 4096 | Author: 颜建军 | Hits:

[AI-NN-PRlife

Description: 生命游戏的C++演示,非常有趣,能实时动态演示。下载后请自己编译-Game of Life the C++ Demo, very interesting, real-time dynamic presentation. Download your own compiler
Platform: | Size: 83968 | Author: 饶宾 | Hits:

[OtherVisualizingConwaysGameOfLife-source

Description: mathematica 环境下 生动地演示 conway 的生命游戏(game of life)-mathematica environment vivid demonstration of Conway s Game of Life (game of life)
Platform: | Size: 4096 | Author: 白浪 | Hits:

[Education soft systemLifeGame

Description: 这是我在别人的工作基础上编写的生命游戏(life game)演示程序,可以比较不同初始条件或繁衍条件产生的不同演化结果。 生命游戏是细胞自动机的一种,以模拟生命的某种繁衍过程。根据不同的生命繁衍条件,可以衍生出丰富多彩的群体动力学。该游戏曾经繁盛过一时,至今仍有很多爱好者。该模型在很多领域(如生物、物理等)都有实际的应用。 在这个生命游戏中,繁衍条件比较简单。有两个60x60的方框区域,开始时每一个格子里都生活着一个生命个体(用1表示)。然后这些个体按照下面的条件繁衍:首先计算每一个格子周围相邻生存者的个数;如果有3个相邻生存者,下一步这个格子将会有生存者(用黑色表示);如果有2个(右边方框的是1个),这个格子下一步的状态与上一步状态相同;其余的情况下,下一步这个格子将没有生存者(白色)。每一步计算所有的格子,共重复300步(开始6步按任意键执行,以观察开始的演化,后面的自动执行)。 该程序用Turbo C++ 3.0编译。这个游戏在《生物信息学》课上作为离散数学模型的演示程序。-err
Platform: | Size: 1024 | Author: Fayer Michael | Hits:

[Shot GameMyGame

Description: 本实例包含得三维游戏是一个太空战三维游戏,游戏制作关键技术为三维实体绘制,爆炸效果,星空背景,游戏主题生命设置,音响效果等-The examples included a three-dimensional space war game is a three-dimensional games, games key technologies for the production of three-dimensional entity mapping, explosion effects, Star background, the theme of the life game settings, sound effects, etc.
Platform: | Size: 776192 | Author: 蝈蝈 | Hits:

[JSP/JavaGame-of-Life(jibu)

Description: 采用jibu实现的Java并行编程的一个例子。 演示的是生命游戏。-Using the Java realize jibu an example of parallel programming. Demonstration of the game of life.
Platform: | Size: 16384 | Author: WuMing | Hits:

[Otherlife-game

Description: 这是一个模拟生物种群的小游戏程序,可以看出在什么情况下这个生物种群会趋于稳定,什么情况下会消亡。-This is a simulation game of the species biology procedures, we can see the circumstances under which biological species that will become stable and under what circumstances will perish.
Platform: | Size: 214016 | Author: 肖佳伟 | Hits:

[Other Riddle gamesLifeGamechengxu

Description: 生命游戏的VC实现。 生命游戏其实是一个零玩家游戏。它包括一个二维矩形世界,这个世界中的每个方格居住着一个活着的或死了的细胞。一个细胞在下一个时刻生死取决于相邻八个方格中活着的或死了的细胞的数量。如果相邻方格活着的细胞数量过多,这个细胞会因为资源匮乏而在下一个时刻死去;相反,如果周围活细胞过少,这个细胞会因太孤单而死去。-The realization of the VC games to life. Game of Life is a zero-player games. It includes a rectangular two-dimensional world that each square is home to a living or dead cells. The next moment of a cell life and death depend on the adjacent eight grid living or dead cells. If the box next to the excessive number of living cells, the cells because of lack of resources and die the next moment the other hand, if too small around the living cells, the cells died because of too much loneliness.
Platform: | Size: 96256 | Author: luke wu | Hits:

[Windows Developgameoflife

Description: game of life in c++ code. so enjoy the sharing is caring.
Platform: | Size: 1024 | Author: ubuntu | Hits:

[Game ProgramHalfLifeGame

Description: A few years ago I became interested in first person shooter games and in particular how the world levels are created and rendered in real time. At the same time I found myself in between jobs and so I embarked on an effort to learn about 3D rendering with the goal of creating my own 3D rendering engine. Since I am a developer and not an artist I didn’t have the skills to create my own models, levels, and textures. So I decided to attempt to write a rendering engine that would render existing game levels. I mainly used information and articles I found on the web about Quake 2, Half Life, WAD and BSP files. In particular I found the Michael Abrash articles that he wrote for Dr. Dobbs magazine while working at Id to be very illuminating.-A few years ago I became interested in first person shooter games and in particular how the world levels are created and rendered in real time. At the same time I found myself in between jobs and so I embarked on an effort to learn about 3D rendering with the goal of creating my own 3D rendering engine. Since I am a developer and not an artist I didn’t have the skills to create my own models, levels, and textures. So I decided to attempt to write a rendering engine that would render existing game levels. I mainly used information and articles I found on the web about Quake 2, Half Life, WAD and BSP files. In particular I found the Michael Abrash articles that he wrote for Dr. Dobbs magazine while working at Id to be very illuminating.
Platform: | Size: 207872 | Author: vddh vddh | Hits:

[Windows DevelopGOL

Description: Game of Life,著名的数学游戏,由英国数学家John Corner发明-Game of Life, a well-known mathematical game, by the British mathematician John Corner invention
Platform: | Size: 190464 | Author: Ian | Hits:

[Game Programlife-game

Description: life game 这是一个编程经典小游戏,玩起来很有意思,有点像扫雷,方便编程人员理解存储空间的概念。-life game This is a classic game programming, playing together is very interesting, a bit like mine, convenient storage space programmers to understand the concept.
Platform: | Size: 1425408 | Author: 枭龙 | Hits:

[Game Programlife--game

Description: 基于C++的life game 游戏,作为熟悉C++变成风格的一个程序-base on C++
Platform: | Size: 2048 | Author: 刘伟佳 | Hits:

[Other GamesLife-game

Description: 著名的Life Game C语言MPI实现-The famous Life, the Game C language implementation of MPI
Platform: | Size: 13312 | Author: 韩博 | Hits:

[Game Programlife--game

Description: 基于C++的life game 游戏,作为熟悉C++变成风格的一个程序-base on C++
Platform: | Size: 2048 | Author: datacen | Hits:

[matlab生命游戏

Description: 本程序运用MATLAB,用最简约的代码实现了元胞自动机生命游戏模型,其中利用矩阵计算的形式,减少了一般生命游戏模型代码的判断语句,增加了程序的简洁性并且提高了运行效率(This procedure using MATLAB, with the most simple code to achieve a cellular automaton model of the game of life, using the matrix computation form, reduce the general judgment statement life game model code, increases the simplicity of the procedure and improve the efficiency)
Platform: | Size: 5120 | Author: FTW | Hits:
« 12 3 4 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net